From: Luka Perkov Date: Sun, 26 Jan 2014 01:08:40 +0000 (+0000) Subject: lxc: lxc-lua depends on luafilesystem X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=4956ece7d5ce8d157c6ddd864554ca76f2574588;p=openwrt%2Fsvn-archive%2Fpackages.git lxc: lxc-lua depends on luafilesystem Signed-off-by: Luka Perkov SVN-Revision: 39398 --- diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 0651997fa..807aa8749 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lxc -PKG_VERSION:=2014-01-23 +PKG_VERSION:=2014-01-25 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git @@ -85,7 +85,7 @@ endef define Package/lxc-lua $(call Package/lxc/Default) TITLE:=LXC Lua bindings - DEPENDS:= lxc +liblua +liblxc + DEPENDS:= lxc +liblua +liblxc +luafilesystem endef CONFIGURE_ARGS += \